<p class="Paragraph"><help:paragraphinfo state="U" number="6" xmlns:help="http://openoffice.org/2000/help"/><span class="T1">Result:</span> Any numeric variable that contains the result of the disjunction.</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="7" xmlns:help="http://openoffice.org/2000/help"/><span class="T1">Expression1, Expression2:</span> Any numeric expressions that you want to compare.</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="8" xmlns:help="http://openoffice.org/2000/help"/>A logical OR disjunction of two Boolean expressions returns the value True if at least one comparison expression is True.</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="9" xmlns:help="http://openoffice.org/2000/help"/>A bit-wise comparison sets a bit in the result if the corresponding bit is set in at least one of the two expressions.</p>
<p class="PropText"><help:paragraphinfo state="U" number="12" xmlns:help="http://openoffice.org/2000/help"/>Dim vA as Variant, vB as Variant, vC as Variant, vD as Variant</p>
<p class="PropText"><help:paragraphinfo state="U" number="13" xmlns:help="http://openoffice.org/2000/help"/>Dim vOut as Variant</p>